Html Css Color HEX #DD38C0 Razzle Dazzle Rose

📋 copy color: '#DD38C0'

red 221 ◦ green 56 ◦ blue 192

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

Shades of Razzle Dazzle Rose #DD38C0

Tints of Razzle Dazzle Rose #DD38C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.94%

R = 47.12%
G = 11.94%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD38C0 (or 0xDD38C0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 38 and C0. RGB value is (221,56,192). Sum of RGB (Red+Green+Blue) = 221+56+192=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38C0 is #22C73F. Grayscale: #787878. Windows color (decimal): -2279232 or 12597469. OLE color: 12597469.

HSL color Cylindrical-coordinate representation of color #DD38C0: hue angle of 310.55º 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 #DD38C0 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 192 -
CMYK 0 0.75 0.13 0.13
HSL 310.55º 0.71% 0.54% -
HSV(B) 310.55º 0.75% 0.87% -
XYZ 40.75 22.01 51.97 -
YUV 120.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 221 56 192 0 0.75 0.13 0.13 310.55 0.71 0.54
Hex DD 38 C0 0 4B D D 137 47 36
Octal 335 70 300 0 113 15 15 467 107 66
Binary 11011101 111000 11000000 0 1001011 1101 1101 100110111 1000111 110110

Color Harmonies of #DD38C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38C0

Black with #DD38C0

Text Example


Text Example

White with #DD38C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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