Html Css Color HEX #D72EC1 Razzle Dazzle Rose

📋 copy color: '#D72EC1'

red 215 ◦ green 46 ◦ blue 193

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

Shades of Razzle Dazzle Rose #D72EC1

Tints of Razzle Dazzle Rose #D72EC1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.13%

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 47.36%
G = 10.13%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D72EC1 (or 0xD72EC1) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and C1. RGB value is (215,46,193). Sum of RGB (Red+Green+Blue) = 215+46+193=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D72EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72EC1 is #28D13E. Grayscale: #707070. Windows color (decimal): -2675007 or 12660439. OLE color: 12660439.

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

Color convert

RGB 215 46 193 -
CMYK 0 0.79 0.10 0.16
HSL 307.81º 0.68% 0.51% -
HSV(B) 307.81º 0.79% 0.84% -
XYZ 38.63 20.25 52.33 -
YUV 113.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 215 46 193 0 0.79 0.10 0.16 307.81 0.68 0.51
Hex D7 2E C1 0 4F A 10 134 44 33
Octal 327 56 301 0 117 12 20 464 104 63
Binary 11010111 101110 11000001 0 1001111 1010 10000 100110100 1000100 110011

Color Harmonies of #D72EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72EC1

Black with #D72EC1

Text Example


Text Example

White with #D72EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72EC1; }

 p { color: rgb(215,46,193); }

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

background-color css

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

 a { background-color: rgb(215,46,193); }

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

border-color css

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

 span { border-color: rgb(215,46,193); }

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