Html Css Color HEX #D62F8F Deep Cerise

📋 copy color: '#D62F8F'

red 214 ◦ green 47 ◦ blue 143

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

Shades of Deep Cerise #D62F8F

Tints of Deep Cerise #D62F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 52.97%
G = 11.63%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D62F8F (or 0xD62F8F) is known color: Deep Cerise. HEX triplet: D6, 2F and 8F. RGB value is (214,47,143). Sum of RGB (Red+Green+Blue) = 214+47+143=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F8F is #29D070. Grayscale: #6B6B6B. Windows color (decimal): -2740337 or 9383894. OLE color: 9383894.

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

Color convert

RGB 214 47 143 -
CMYK 0 0.78 0.33 0.16
HSL 325.51º 0.67% 0.51% -
HSV(B) 325.51º 0.78% 0.84% -
XYZ 33.71 18.31 27.74 -
YUV 107.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 214 47 143 0 0.78 0.33 0.16 325.51 0.67 0.51
Hex D6 2F 8F 0 4E 21 10 146 43 33
Octal 326 57 217 0 116 41 20 506 103 63
Binary 11010110 101111 10001111 0 1001110 100001 10000 101000110 1000011 110011

Color Harmonies of #D62F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F8F

Black with #D62F8F

Text Example


Text Example

White with #D62F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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