Html Css Color HEX #DD38BD Razzle Dazzle Rose

📋 copy color: '#DD38BD'

red 221 ◦ green 56 ◦ blue 189

#DD38BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DD38BD

Tints of Razzle Dazzle Rose #DD38BD

RGB

 RED value IS 221 (86.72% from 255) = 47.42%

 GREEN value IS 56 (22.27% from 255) = 12.02%

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 47.42%
G = 12.02%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD38BD (or 0xDD38BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 38 and BD. RGB value is (221,56,189). Sum of RGB (Red+Green+Blue) = 221+56+189=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38BD is #22C742. Grayscale: #787878. Windows color (decimal): -2279235 or 12400861. OLE color: 12400861.

HSL color Cylindrical-coordinate representation of color #DD38BD: hue angle of 311.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38BD is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 189 -
CMYK 0 0.75 0.14 0.13
HSL 311.64º 0.71% 0.54% -
HSV(B) 311.64º 0.75% 0.87% -
XYZ 40.42 21.87 50.24 -
YUV 120.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 221 56 189 0 0.75 0.14 0.13 311.64 0.71 0.54
Hex DD 38 BD 0 4B E D 138 47 36
Octal 335 70 275 0 113 16 15 470 107 66
Binary 11011101 111000 10111101 0 1001011 1110 1101 100111000 1000111 110110

Color Harmonies of #DD38BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38BD

Black with #DD38BD

Text Example


Text Example

White with #DD38BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38BD; }

 p { color: rgb(221,56,189); }

 H1.HeaderClassName
 {
   color: #DD38BD;
 }
 .AnyTagClassName
 {
   color: #DD38BD;
 }
</style>

background-color css

<style>
 a { background-color: #DD38BD; }

 a { background-color: rgb(221,56,189); }

 div.DivClassName
 {
   background-color: #DD38BD;
 }
 .BgClassName
 {
   background-color: #DD38BD;
 }
</style>

border-color css

<style>
 span { border-color: #DD38BD; }

 span { border-color: rgb(221,56,189); }

 td.TdClassName
 {
   border-color: #DD38BD;
 }
 .TagClassName
 {
   border-color: #DD38BD;
 }
</style>