Html Css Color HEX #D935C6 Razzle Dazzle Rose

📋 copy color: '#D935C6'

red 217 ◦ green 53 ◦ blue 198

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

Shades of Razzle Dazzle Rose #D935C6

Tints of Razzle Dazzle Rose #D935C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 46.37%
G = 11.32%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D935C6 (or 0xD935C6) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and C6. RGB value is (217,53,198). Sum of RGB (Red+Green+Blue) = 217+53+198=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D935C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935C6 is #26CA39. Grayscale: #767676. Windows color (decimal): -2542138 or 12989913. OLE color: 12989913.

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

Color convert

RGB 217 53 198 -
CMYK 0 0.76 0.09 0.15
HSL 306.95º 0.68% 0.53% -
HSV(B) 306.95º 0.76% 0.85% -
XYZ 40.08 21.38 55.44 -
YUV 118.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 217 53 198 0 0.76 0.09 0.15 306.95 0.68 0.53
Hex D9 35 C6 0 4C 9 F 133 44 35
Octal 331 65 306 0 114 11 17 463 104 65
Binary 11011001 110101 11000110 0 1001100 1001 1111 100110011 1000100 110101

Color Harmonies of #D935C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935C6

Black with #D935C6

Text Example


Text Example

White with #D935C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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