Html Css Color HEX #D62C9A Deep Cerise

📋 copy color: '#D62C9A'

red 214 ◦ green 44 ◦ blue 154

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

Shades of Deep Cerise #D62C9A

Tints of Deep Cerise #D62C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 51.94%
G = 10.68%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D62C9A (or 0xD62C9A) is known color: Deep Cerise. HEX triplet: D6, 2C and 9A. RGB value is (214,44,154). Sum of RGB (Red+Green+Blue) = 214+44+154=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C9A is #29D365. Grayscale: #6B6B6B. Windows color (decimal): -2741094 or 10104022. OLE color: 10104022.

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

Color convert

RGB 214 44 154 -
CMYK 0 0.79 0.28 0.16
HSL 321.18º 0.67% 0.51% -
HSV(B) 321.18º 0.79% 0.84% -
XYZ 34.46 18.43 32.31 -
YUV 107.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 214 44 154 0 0.79 0.28 0.16 321.18 0.67 0.51
Hex D6 2C 9A 0 4F 1C 10 141 43 33
Octal 326 54 232 0 117 34 20 501 103 63
Binary 11010110 101100 10011010 0 1001111 11100 10000 101000001 1000011 110011

Color Harmonies of #D62C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C9A

Black with #D62C9A

Text Example


Text Example

White with #D62C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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