Html Css Color HEX #D72AB8 Razzle Dazzle Rose

📋 copy color: '#D72AB8'

red 215 ◦ green 42 ◦ blue 184

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

Shades of Razzle Dazzle Rose #D72AB8

Tints of Razzle Dazzle Rose #D72AB8

RGB

 RED value IS 215 (84.38% from 255) = 48.75%

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

 BLUE value IS 184 (72.27% from 255) = 41.72%

R = 48.75%
G = 9.52%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D72AB8 (or 0xD72AB8) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2A and B8. RGB value is (215,42,184). Sum of RGB (Red+Green+Blue) = 215+42+184=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72AB8 is #28D547. Grayscale: #6D6D6D. Windows color (decimal): -2676040 or 12069591. OLE color: 12069591.

HSL color Cylindrical-coordinate representation of color #D72AB8: hue angle of 310.75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AB8 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 184 -
CMYK 0 0.80 0.14 0.16
HSL 310.75º 0.68% 0.5% -
HSV(B) 310.75º 0.8% 0.84% -
XYZ 37.5 19.56 47.15 -
YUV 109.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 215 42 184 0 0.80 0.14 0.16 310.75 0.68 0.5
Hex D7 2A B8 0 50 E 10 137 44 32
Octal 327 52 270 0 120 16 20 467 104 62
Binary 11010111 101010 10111000 0 1010000 1110 10000 100110111 1000100 110010

Color Harmonies of #D72AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AB8

Black with #D72AB8

Text Example


Text Example

White with #D72AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AB8; }

 p { color: rgb(215,42,184); }

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

background-color css

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

 a { background-color: rgb(215,42,184); }

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

border-color css

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

 span { border-color: rgb(215,42,184); }

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