Html Css Color HEX #D935CA Razzle Dazzle Rose

📋 copy color: '#D935CA'

red 217 ◦ green 53 ◦ blue 202

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

Shades of Razzle Dazzle Rose #D935CA

Tints of Razzle Dazzle Rose #D935CA

RGB

 RED value IS 217 (85.16% from 255) = 45.97%

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

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

R = 45.97%
G = 11.23%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D935CA (or 0xD935CA) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and CA. RGB value is (217,53,202). Sum of RGB (Red+Green+Blue) = 217+53+202=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D935CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935CA is #26CA35. Grayscale: #767676. Windows color (decimal): -2542134 or 13252057. OLE color: 13252057.

HSL color Cylindrical-coordinate representation of color #D935CA: hue angle of 305.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D935CA is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 202 -
CMYK 0 0.76 0.07 0.15
HSL 305.49º 0.68% 0.53% -
HSV(B) 305.49º 0.76% 0.85% -
XYZ 40.55 21.56 57.9 -
YUV 119.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 217 53 202 0 0.76 0.07 0.15 305.49 0.68 0.53
Hex D9 35 CA 0 4C 7 F 131 44 35
Octal 331 65 312 0 114 7 17 461 104 65
Binary 11011001 110101 11001010 0 1001100 111 1111 100110001 1000100 110101

Color Harmonies of #D935CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935CA

Black with #D935CA

Text Example


Text Example

White with #D935CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935CA; }

 p { color: rgb(217,53,202); }

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

background-color css

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

 a { background-color: rgb(217,53,202); }

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

border-color css

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

 span { border-color: rgb(217,53,202); }

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