Html Css Color HEX #D72DBB Razzle Dazzle Rose

📋 copy color: '#D72DBB'

red 215 ◦ green 45 ◦ blue 187

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

Shades of Razzle Dazzle Rose #D72DBB

Tints of Razzle Dazzle Rose #D72DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.07%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 48.1%
G = 10.07%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D72DBB (or 0xD72DBB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and BB. RGB value is (215,45,187). Sum of RGB (Red+Green+Blue) = 215+45+187=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DBB is #28D244. Grayscale: #6F6F6F. Windows color (decimal): -2675269 or 12266967. OLE color: 12266967.

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

Color convert

RGB 215 45 187 -
CMYK 0 0.79 0.13 0.16
HSL 309.88º 0.68% 0.51% -
HSV(B) 309.88º 0.79% 0.84% -
XYZ 37.93 19.91 48.86 -
YUV 112.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 215 45 187 0 0.79 0.13 0.16 309.88 0.68 0.51
Hex D7 2D BB 0 4F D 10 136 44 33
Octal 327 55 273 0 117 15 20 466 104 63
Binary 11010111 101101 10111011 0 1001111 1101 10000 100110110 1000100 110011

Color Harmonies of #D72DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DBB

Black with #D72DBB

Text Example


Text Example

White with #D72DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DBB; }

 p { color: rgb(215,45,187); }

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

background-color css

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

 a { background-color: rgb(215,45,187); }

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

border-color css

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

 span { border-color: rgb(215,45,187); }

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