Html Css Color HEX #D935BA Razzle Dazzle Rose

📋 copy color: '#D935BA'

red 217 ◦ green 53 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D935BA

Tints of Razzle Dazzle Rose #D935BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 47.59%
G = 11.62%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D935BA (or 0xD935BA) is known color: Razzle Dazzle Rose. HEX triplet: D9, 35 and BA. RGB value is (217,53,186). Sum of RGB (Red+Green+Blue) = 217+53+186=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D935BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935BA is #26CA45. Grayscale: #747474. Windows color (decimal): -2542150 or 12203481. OLE color: 12203481.

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

Color convert

RGB 217 53 186 -
CMYK 0 0.76 0.14 0.15
HSL 311.34º 0.68% 0.53% -
HSV(B) 311.34º 0.76% 0.85% -
XYZ 38.75 20.84 48.44 -
YUV 117.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 217 53 186 0 0.76 0.14 0.15 311.34 0.68 0.53
Hex D9 35 BA 0 4C E F 137 44 35
Octal 331 65 272 0 114 16 17 467 104 65
Binary 11011001 110101 10111010 0 1001100 1110 1111 100110111 1000100 110101

Color Harmonies of #D935BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935BA

Black with #D935BA

Text Example


Text Example

White with #D935BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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