Html Css Color HEX #D929BA Razzle Dazzle Rose

📋 copy color: '#D929BA'

red 217 ◦ green 41 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D929BA

Tints of Razzle Dazzle Rose #D929BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.23%

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

R = 48.87%
G = 9.23%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D929BA (or 0xD929BA) is known color: Razzle Dazzle Rose. HEX triplet: D9, 29 and BA. RGB value is (217,41,186). Sum of RGB (Red+Green+Blue) = 217+41+186=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D929BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929BA is #26D645. Grayscale: #6D6D6D. Windows color (decimal): -2545222 or 12200409. OLE color: 12200409.

HSL color Cylindrical-coordinate representation of color #D929BA: hue angle of 310.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929BA is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 186 -
CMYK 0 0.81 0.14 0.15
HSL 310.57º 0.7% 0.51% -
HSV(B) 310.57º 0.81% 0.85% -
XYZ 38.27 19.88 48.28 -
YUV 110.15 170.81 204.21 -
System Red Green Blue C M Y K H S L
Decimal 217 41 186 0 0.81 0.14 0.15 310.57 0.7 0.51
Hex D9 29 BA 0 51 E F 137 46 33
Octal 331 51 272 0 121 16 17 467 106 63
Binary 11011001 101001 10111010 0 1010001 1110 1111 100110111 1000110 110011

Color Harmonies of #D929BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929BA

Black with #D929BA

Text Example


Text Example

White with #D929BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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