Html Css Color HEX #D62DAF Persian Rose

📋 copy color: '#D62DAF'

red 214 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #D62DAF

Tints of Persian Rose #D62DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 49.31%
G = 10.37%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D62DAF (or 0xD62DAF) is known color: Persian Rose. HEX triplet: D6, 2D and AF. RGB value is (214,45,175). Sum of RGB (Red+Green+Blue) = 214+45+175=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DAF is #29D250. Grayscale: #6E6E6E. Windows color (decimal): -2740817 or 11480534. OLE color: 11480534.

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

Color convert

RGB 214 45 175 -
CMYK 0 0.79 0.18 0.16
HSL 313.85º 0.67% 0.51% -
HSV(B) 313.85º 0.79% 0.84% -
XYZ 36.41 19.27 42.36 -
YUV 110.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 214 45 175 0 0.79 0.18 0.16 313.85 0.67 0.51
Hex D6 2D AF 0 4F 12 10 13A 43 33
Octal 326 55 257 0 117 22 20 472 103 63
Binary 11010110 101101 10101111 0 1001111 10010 10000 100111010 1000011 110011

Color Harmonies of #D62DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DAF

Black with #D62DAF

Text Example


Text Example

White with #D62DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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