Html Css Color HEX #D72ACB Razzle Dazzle Rose

📋 copy color: '#D72ACB'

red 215 ◦ green 42 ◦ blue 203

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

Shades of Razzle Dazzle Rose #D72ACB

Tints of Razzle Dazzle Rose #D72ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 46.74%
G = 9.13%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D72ACB (or 0xD72ACB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2A and CB. RGB value is (215,42,203). Sum of RGB (Red+Green+Blue) = 215+42+203=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ACB is #28D534. Grayscale: #6F6F6F. Windows color (decimal): -2676021 or 13314775. OLE color: 13314775.

HSL color Cylindrical-coordinate representation of color #D72ACB: hue angle of 304.16º 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 #D72ACB is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 203 -
CMYK 0 0.80 0.06 0.16
HSL 304.16º 0.68% 0.5% -
HSV(B) 304.16º 0.8% 0.84% -
XYZ 39.63 20.41 58.35 -
YUV 112.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 215 42 203 0 0.80 0.06 0.16 304.16 0.68 0.5
Hex D7 2A CB 0 50 6 10 130 44 32
Octal 327 52 313 0 120 6 20 460 104 62
Binary 11010111 101010 11001011 0 1010000 110 10000 100110000 1000100 110010

Color Harmonies of #D72ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72ACB

Black with #D72ACB

Text Example


Text Example

White with #D72ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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