Html Css Color HEX #DD38CA Razzle Dazzle Rose

📋 copy color: '#DD38CA'

red 221 ◦ green 56 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DD38CA

Tints of Razzle Dazzle Rose #DD38CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 46.14%
G = 11.69%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD38CA (or 0xDD38CA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 38 and CA. RGB value is (221,56,202). Sum of RGB (Red+Green+Blue) = 221+56+202=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38CA is #22C735. Grayscale: #797979. Windows color (decimal): -2279222 or 13252829. OLE color: 13252829.

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

Color convert

RGB 221 56 202 -
CMYK 0 0.75 0.09 0.13
HSL 306.91º 0.71% 0.54% -
HSV(B) 306.91º 0.75% 0.87% -
XYZ 41.89 22.46 58.01 -
YUV 121.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 221 56 202 0 0.75 0.09 0.13 306.91 0.71 0.54
Hex DD 38 CA 0 4B 9 D 133 47 36
Octal 335 70 312 0 113 11 15 463 107 66
Binary 11011101 111000 11001010 0 1001011 1001 1101 100110011 1000111 110110

Color Harmonies of #DD38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38CA

Black with #DD38CA

Text Example


Text Example

White with #DD38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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