Html Css Color HEX #D62EAF Persian Rose

📋 copy color: '#D62EAF'

red 214 ◦ green 46 ◦ blue 175

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

Shades of Persian Rose #D62EAF

Tints of Persian Rose #D62EAF

RGB

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

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

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

R = 49.2%
G = 10.57%
B = 40.23%

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

#D62EAF (or 0xD62EAF) is known color: Persian Rose. HEX triplet: D6, 2E and AF. RGB value is (214,46,175). Sum of RGB (Red+Green+Blue) = 214+46+175=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62EAF is #29D150. Grayscale: #6E6E6E. Windows color (decimal): -2740561 or 11480790. OLE color: 11480790.

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

Color convert

RGB 214 46 175 -
CMYK 0 0.79 0.18 0.16
HSL 313.93º 0.67% 0.51% -
HSV(B) 313.93º 0.79% 0.84% -
XYZ 36.45 19.35 42.37 -
YUV 110.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 214 46 175 0 0.79 0.18 0.16 313.93 0.67 0.51
Hex D6 2E AF 0 4F 12 10 13A 43 33
Octal 326 56 257 0 117 22 20 472 103 63
Binary 11010110 101110 10101111 0 1001111 10010 10000 100111010 1000011 110011

Color Harmonies of #D62EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62EAF

Black with #D62EAF

Text Example


Text Example

White with #D62EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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