Html Css Color HEX #DD38CB Razzle Dazzle Rose

📋 copy color: '#DD38CB'

red 221 ◦ green 56 ◦ blue 203

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

Shades of Razzle Dazzle Rose #DD38CB

Tints of Razzle Dazzle Rose #DD38CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 46.04%
G = 11.67%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD38CB (or 0xDD38CB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 38 and CB. RGB value is (221,56,203). Sum of RGB (Red+Green+Blue) = 221+56+203=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38CB is #22C734. Grayscale: #797979. Windows color (decimal): -2279221 or 13318365. OLE color: 13318365.

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

Color convert

RGB 221 56 203 -
CMYK 0 0.75 0.08 0.13
HSL 306.55º 0.71% 0.54% -
HSV(B) 306.55º 0.75% 0.87% -
XYZ 42.01 22.51 58.63 -
YUV 122.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 221 56 203 0 0.75 0.08 0.13 306.55 0.71 0.54
Hex DD 38 CB 0 4B 8 D 133 47 36
Octal 335 70 313 0 113 10 15 463 107 66
Binary 11011101 111000 11001011 0 1001011 1000 1101 100110011 1000111 110110

Color Harmonies of #DD38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38CB

Black with #DD38CB

Text Example


Text Example

White with #DD38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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