Html Css Color HEX #D72ED4 Razzle Dazzle Rose

📋 copy color: '#D72ED4'

red 215 ◦ green 46 ◦ blue 212

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

Shades of Razzle Dazzle Rose #D72ED4

Tints of Razzle Dazzle Rose #D72ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 45.45%
G = 9.73%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D72ED4 (or 0xD72ED4) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2E and D4. RGB value is (215,46,212). Sum of RGB (Red+Green+Blue) = 215+46+212=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ED4 is #28D12B. Grayscale: #727272. Windows color (decimal): -2674988 or 13905623. OLE color: 13905623.

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

Color convert

RGB 215 46 212 -
CMYK 0 0.79 0.01 0.16
HSL 301.07º 0.68% 0.51% -
HSV(B) 301.07º 0.79% 0.84% -
XYZ 40.88 21.15 64.22 -
YUV 115.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 215 46 212 0 0.79 0.01 0.16 301.07 0.68 0.51
Hex D7 2E D4 0 4F 1 10 12D 44 33
Octal 327 56 324 0 117 1 20 455 104 63
Binary 11010111 101110 11010100 0 1001111 1 10000 100101101 1000100 110011

Color Harmonies of #D72ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72ED4

Black with #D72ED4

Text Example


Text Example

White with #D72ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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