Html Css Color HEX #D935BE Razzle Dazzle Rose

📋 copy color: '#D935BE'

red 217 ◦ green 53 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D935BE

Tints of Razzle Dazzle Rose #D935BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 47.17%
G = 11.52%
B = 41.3%

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

#D935BE (or 0xD935BE) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and BE. RGB value is (217,53,190). Sum of RGB (Red+Green+Blue) = 217+53+190=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D935BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935BE is #26CA41. Grayscale: #757575. Windows color (decimal): -2542146 or 12465625. OLE color: 12465625.

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

Color convert

RGB 217 53 190 -
CMYK 0 0.76 0.12 0.15
HSL 309.88º 0.68% 0.53% -
HSV(B) 309.88º 0.76% 0.85% -
XYZ 39.18 21.02 50.71 -
YUV 117.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 217 53 190 0 0.76 0.12 0.15 309.88 0.68 0.53
Hex D9 35 BE 0 4C C F 136 44 35
Octal 331 65 276 0 114 14 17 466 104 65
Binary 11011001 110101 10111110 0 1001100 1100 1111 100110110 1000100 110101

Color Harmonies of #D935BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935BE

Black with #D935BE

Text Example


Text Example

White with #D935BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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