Html Css Color HEX #D72CBC Razzle Dazzle Rose

📋 copy color: '#D72CBC'

red 215 ◦ green 44 ◦ blue 188

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

Shades of Razzle Dazzle Rose #D72CBC

Tints of Razzle Dazzle Rose #D72CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.84%

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 48.1%
G = 9.84%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D72CBC (or 0xD72CBC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2C and BC. RGB value is (215,44,188). Sum of RGB (Red+Green+Blue) = 215+44+188=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CBC is #28D343. Grayscale: #6F6F6F. Windows color (decimal): -2675524 or 12332247. OLE color: 12332247.

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

Color convert

RGB 215 44 188 -
CMYK 0 0.80 0.13 0.16
HSL 309.47º 0.68% 0.51% -
HSV(B) 309.47º 0.8% 0.84% -
XYZ 38 19.88 49.41 -
YUV 111.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 215 44 188 0 0.80 0.13 0.16 309.47 0.68 0.51
Hex D7 2C BC 0 50 D 10 135 44 33
Octal 327 54 274 0 120 15 20 465 104 63
Binary 11010111 101100 10111100 0 1010000 1101 10000 100110101 1000100 110011

Color Harmonies of #D72CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CBC

Black with #D72CBC

Text Example


Text Example

White with #D72CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CBC; }

 p { color: rgb(215,44,188); }

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

background-color css

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

 a { background-color: rgb(215,44,188); }

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

border-color css

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

 span { border-color: rgb(215,44,188); }

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