Html Css Color HEX #D82ABA Razzle Dazzle Rose

📋 copy color: '#D82ABA'

red 216 ◦ green 42 ◦ blue 186

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

Shades of Razzle Dazzle Rose #D82ABA

Tints of Razzle Dazzle Rose #D82ABA

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

 GREEN value IS 42 (16.8% from 255) = 9.46%

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

R = 48.65%
G = 9.46%
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

#D82ABA (or 0xD82ABA) is known color: Razzle Dazzle Rose. HEX triplet: D8, 2A and BA. RGB value is (216,42,186). Sum of RGB (Red+Green+Blue) = 216+42+186=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D82ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ABA is #27D545. Grayscale: #6E6E6E. Windows color (decimal): -2610502 or 12200664. OLE color: 12200664.

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

Color convert

RGB 216 42 186 -
CMYK 0 0.81 0.14 0.15
HSL 310.34º 0.69% 0.51% -
HSV(B) 310.34º 0.81% 0.85% -
XYZ 38.01 19.8 48.27 -
YUV 110.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 216 42 186 0 0.81 0.14 0.15 310.34 0.69 0.51
Hex D8 2A BA 0 51 E F 136 45 33
Octal 330 52 272 0 121 16 17 466 105 63
Binary 11011000 101010 10111010 0 1010001 1110 1111 100110110 1000101 110011

Color Harmonies of #D82ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82ABA

Black with #D82ABA

Text Example


Text Example

White with #D82ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82ABA; }

 p { color: rgb(216,42,186); }

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

background-color css

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

 a { background-color: rgb(216,42,186); }

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

border-color css

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

 span { border-color: rgb(216,42,186); }

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