Html Css Color HEX #D62DAE Persian Rose

📋 copy color: '#D62DAE'

red 214 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #D62DAE

Tints of Persian Rose #D62DAE

RGB

 RED value IS 214 (83.98% from 255) = 49.42%

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 49.42%
G = 10.39%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D62DAE (or 0xD62DAE) is known color: Persian Rose. HEX triplet: D6, 2D and AE. RGB value is (214,45,174). Sum of RGB (Red+Green+Blue) = 214+45+174=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DAE is #29D251. Grayscale: #6D6D6D. Windows color (decimal): -2740818 or 11414998. OLE color: 11414998.

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

Color convert

RGB 214 45 174 -
CMYK 0 0.79 0.19 0.16
HSL 314.2º 0.67% 0.51% -
HSV(B) 314.2º 0.79% 0.84% -
XYZ 36.31 19.23 41.84 -
YUV 110.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 214 45 174 0 0.79 0.19 0.16 314.2 0.67 0.51
Hex D6 2D AE 0 4F 13 10 13A 43 33
Octal 326 55 256 0 117 23 20 472 103 63
Binary 11010110 101101 10101110 0 1001111 10011 10000 100111010 1000011 110011

Color Harmonies of #D62DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DAE

Black with #D62DAE

Text Example


Text Example

White with #D62DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DAE; }

 p { color: rgb(214,45,174); }

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

background-color css

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

 a { background-color: rgb(214,45,174); }

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

border-color css

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

 span { border-color: rgb(214,45,174); }

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