Html Css Color HEX #D62FB0 Persian Rose

📋 copy color: '#D62FB0'

red 214 ◦ green 47 ◦ blue 176

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

Shades of Persian Rose #D62FB0

Tints of Persian Rose #D62FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.76%

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

R = 48.97%
G = 10.76%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D62FB0 (or 0xD62FB0) is known color: Persian Rose. HEX triplet: D6, 2F and B0. RGB value is (214,47,176). Sum of RGB (Red+Green+Blue) = 214+47+176=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62FB0 is #29D04F. Grayscale: #6F6F6F. Windows color (decimal): -2740304 or 11546582. OLE color: 11546582.

HSL color Cylindrical-coordinate representation of color #D62FB0: hue angle of 313.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62FB0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 176 -
CMYK 0 0.78 0.18 0.16
HSL 313.65º 0.67% 0.51% -
HSV(B) 313.65º 0.78% 0.84% -
XYZ 36.58 19.46 42.9 -
YUV 111.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 214 47 176 0 0.78 0.18 0.16 313.65 0.67 0.51
Hex D6 2F B0 0 4E 12 10 13A 43 33
Octal 326 57 260 0 116 22 20 472 103 63
Binary 11010110 101111 10110000 0 1001110 10010 10000 100111010 1000011 110011

Color Harmonies of #D62FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FB0

Black with #D62FB0

Text Example


Text Example

White with #D62FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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