Html Css Color HEX #D935C0 Razzle Dazzle Rose

📋 copy color: '#D935C0'

red 217 ◦ green 53 ◦ blue 192

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

Shades of Razzle Dazzle Rose #D935C0

Tints of Razzle Dazzle Rose #D935C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 46.97%
G = 11.47%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D935C0 (or 0xD935C0) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and C0. RGB value is (217,53,192). Sum of RGB (Red+Green+Blue) = 217+53+192=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D935C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935C0 is #26CA3F. Grayscale: #757575. Windows color (decimal): -2542144 or 12596697. OLE color: 12596697.

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

Color convert

RGB 217 53 192 -
CMYK 0 0.76 0.12 0.15
HSL 309.15º 0.68% 0.53% -
HSV(B) 309.15º 0.76% 0.85% -
XYZ 39.4 21.1 51.87 -
YUV 117.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 217 53 192 0 0.76 0.12 0.15 309.15 0.68 0.53
Hex D9 35 C0 0 4C C F 135 44 35
Octal 331 65 300 0 114 14 17 465 104 65
Binary 11011001 110101 11000000 0 1001100 1100 1111 100110101 1000100 110101

Color Harmonies of #D935C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935C0

Black with #D935C0

Text Example


Text Example

White with #D935C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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