Html Css Color HEX #D935C2 Razzle Dazzle Rose

📋 copy color: '#D935C2'

red 217 ◦ green 53 ◦ blue 194

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

Shades of Razzle Dazzle Rose #D935C2

Tints of Razzle Dazzle Rose #D935C2

RGB

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

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

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

R = 46.77%
G = 11.42%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D935C2 (or 0xD935C2) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and C2. RGB value is (217,53,194). Sum of RGB (Red+Green+Blue) = 217+53+194=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D935C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935C2 is #26CA3D. Grayscale: #757575. Windows color (decimal): -2542142 or 12727769. OLE color: 12727769.

HSL color Cylindrical-coordinate representation of color #D935C2: hue angle of 308.41º 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 #D935C2 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 194 -
CMYK 0 0.76 0.11 0.15
HSL 308.41º 0.68% 0.53% -
HSV(B) 308.41º 0.76% 0.85% -
XYZ 39.63 21.19 53.04 -
YUV 118.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 217 53 194 0 0.76 0.11 0.15 308.41 0.68 0.53
Hex D9 35 C2 0 4C B F 134 44 35
Octal 331 65 302 0 114 13 17 464 104 65
Binary 11011001 110101 11000010 0 1001100 1011 1111 100110100 1000100 110101

Color Harmonies of #D935C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935C2

Black with #D935C2

Text Example


Text Example

White with #D935C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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