Html Css Color HEX #DF35D6 Razzle Dazzle Rose

📋 copy color: '#DF35D6'

red 223 ◦ green 53 ◦ blue 214

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

Shades of Razzle Dazzle Rose #DF35D6

Tints of Razzle Dazzle Rose #DF35D6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.82%

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 45.51%
G = 10.82%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF35D6 (or 0xDF35D6) is known color: Razzle Dazzle Rose. HEX triplet: DF, 35 and D6. RGB value is (223,53,214). Sum of RGB (Red+Green+Blue) = 223+53+214=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF35D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF35D6 is #20CA29. Grayscale: #797979. Windows color (decimal): -2148906 or 14038495. OLE color: 14038495.

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

Color convert

RGB 223 53 214 -
CMYK 0 0.76 0.04 0.13
HSL 303.18º 0.73% 0.54% -
HSV(B) 303.18º 0.76% 0.87% -
XYZ 43.84 23.09 65.76 -
YUV 122.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 223 53 214 0 0.76 0.04 0.13 303.18 0.73 0.54
Hex DF 35 D6 0 4C 4 D 12F 49 36
Octal 337 65 326 0 114 4 15 457 111 66
Binary 11011111 110101 11010110 0 1001100 100 1101 100101111 1001001 110110

Color Harmonies of #DF35D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF35D6

Black with #DF35D6

Text Example


Text Example

White with #DF35D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF35D6; }

 p { color: rgb(223,53,214); }

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

background-color css

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

 a { background-color: rgb(223,53,214); }

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

border-color css

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

 span { border-color: rgb(223,53,214); }

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