Html Css Color HEX #D62C7A Deep Cerise

📋 copy color: '#D62C7A'

red 214 ◦ green 44 ◦ blue 122

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

Shades of Deep Cerise #D62C7A

Tints of Deep Cerise #D62C7A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.58%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 56.32%
G = 11.58%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D62C7A (or 0xD62C7A) is known color: Deep Cerise. HEX triplet: D6, 2C and 7A. RGB value is (214,44,122). Sum of RGB (Red+Green+Blue) = 214+44+122=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C7A is #29D385. Grayscale: #676767. Windows color (decimal): -2741126 or 8006870. OLE color: 8006870.

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

Color convert

RGB 214 44 122 -
CMYK 0 0.79 0.43 0.16
HSL 332.47º 0.67% 0.51% -
HSV(B) 332.47º 0.79% 0.84% -
XYZ 32.15 17.5 20.1 -
YUV 103.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 214 44 122 0 0.79 0.43 0.16 332.47 0.67 0.51
Hex D6 2C 7A 0 4F 2B 10 14C 43 33
Octal 326 54 172 0 117 53 20 514 103 63
Binary 11010110 101100 1111010 0 1001111 101011 10000 101001100 1000011 110011

Color Harmonies of #D62C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C7A

Black with #D62C7A

Text Example


Text Example

White with #D62C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C7A; }

 p { color: rgb(214,44,122); }

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

background-color css

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

 a { background-color: rgb(214,44,122); }

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

border-color css

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

 span { border-color: rgb(214,44,122); }

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