Html Css Color HEX #DF3CB2 Razzle Dazzle Rose

📋 copy color: '#DF3CB2'

red 223 ◦ green 60 ◦ blue 178

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

Shades of Razzle Dazzle Rose #DF3CB2

Tints of Razzle Dazzle Rose #DF3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.02%

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 48.37%
G = 13.02%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF3CB2 (or 0xDF3CB2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3C and B2. RGB value is (223,60,178). Sum of RGB (Red+Green+Blue) = 223+60+178=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3CB2 is #20C34D. Grayscale: #797979. Windows color (decimal): -2147150 or 11680991. OLE color: 11680991.

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

Color convert

RGB 223 60 178 -
CMYK 0 0.73 0.20 0.13
HSL 316.56º 0.72% 0.55% -
HSV(B) 316.56º 0.73% 0.87% -
XYZ 40.08 22.13 44.28 -
YUV 122.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 223 60 178 0 0.73 0.20 0.13 316.56 0.72 0.55
Hex DF 3C B2 0 49 14 D 13D 48 37
Octal 337 74 262 0 111 24 15 475 110 67
Binary 11011111 111100 10110010 0 1001001 10100 1101 100111101 1001000 110111

Color Harmonies of #DF3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3CB2

Black with #DF3CB2

Text Example


Text Example

White with #DF3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3CB2; }

 p { color: rgb(223,60,178); }

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

background-color css

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

 a { background-color: rgb(223,60,178); }

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

border-color css

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

 span { border-color: rgb(223,60,178); }

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