Html Css Color HEX #DF33C2 Razzle Dazzle Rose

📋 copy color: '#DF33C2'

red 223 ◦ green 51 ◦ blue 194

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

Shades of Razzle Dazzle Rose #DF33C2

Tints of Razzle Dazzle Rose #DF33C2

RGB

 RED value IS 223 (87.5% from 255) = 47.65%

 GREEN value IS 51 (20.31% from 255) = 10.9%

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 47.65%
G = 10.9%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF33C2 (or 0xDF33C2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 33 and C2. RGB value is (223,51,194). Sum of RGB (Red+Green+Blue) = 223+51+194=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF33C2 is #20CC3D. Grayscale: #767676. Windows color (decimal): -2149438 or 12727263. OLE color: 12727263.

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

Color convert

RGB 223 51 194 -
CMYK 0 0.77 0.13 0.13
HSL 310.12º 0.73% 0.54% -
HSV(B) 310.12º 0.77% 0.87% -
XYZ 41.35 21.95 53.1 -
YUV 118.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 223 51 194 0 0.77 0.13 0.13 310.12 0.73 0.54
Hex DF 33 C2 0 4D D D 136 49 36
Octal 337 63 302 0 115 15 15 466 111 66
Binary 11011111 110011 11000010 0 1001101 1101 1101 100110110 1001001 110110

Color Harmonies of #DF33C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33C2

Black with #DF33C2

Text Example


Text Example

White with #DF33C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33C2; }

 p { color: rgb(223,51,194); }

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

background-color css

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

 a { background-color: rgb(223,51,194); }

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

border-color css

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

 span { border-color: rgb(223,51,194); }

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