Html Css Color HEX #D62EB0 Persian Rose

📋 copy color: '#D62EB0'

red 214 ◦ green 46 ◦ blue 176

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

Shades of Persian Rose #D62EB0

Tints of Persian Rose #D62EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 49.08%
G = 10.55%
B = 40.37%

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

#D62EB0 (or 0xD62EB0) is known color: Persian Rose. HEX triplet: D6, 2E and B0. RGB value is (214,46,176). Sum of RGB (Red+Green+Blue) = 214+46+176=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62EB0 is #29D14F. Grayscale: #6E6E6E. Windows color (decimal): -2740560 or 11546326. OLE color: 11546326.

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

Color convert

RGB 214 46 176 -
CMYK 0 0.79 0.18 0.16
HSL 313.57º 0.67% 0.51% -
HSV(B) 313.57º 0.79% 0.84% -
XYZ 36.55 19.38 42.89 -
YUV 111.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 214 46 176 0 0.79 0.18 0.16 313.57 0.67 0.51
Hex D6 2E B0 0 4F 12 10 13A 43 33
Octal 326 56 260 0 117 22 20 472 103 63
Binary 11010110 101110 10110000 0 1001111 10010 10000 100111010 1000011 110011

Color Harmonies of #D62EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62EB0

Black with #D62EB0

Text Example


Text Example

White with #D62EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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