Html Css Color HEX #D62290 Deep Cerise

📋 copy color: '#D62290'

red 214 ◦ green 34 ◦ blue 144

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

Shades of Deep Cerise #D62290

Tints of Deep Cerise #D62290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.67%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 54.59%
G = 8.67%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D62290 (or 0xD62290) is known color: Deep Cerise. HEX triplet: D6, 22 and 90. RGB value is (214,34,144). Sum of RGB (Red+Green+Blue) = 214+34+144=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D62290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62290 is #29DD6F. Grayscale: #646464. Windows color (decimal): -2743664 or 9446102. OLE color: 9446102.

HSL color Cylindrical-coordinate representation of color #D62290: hue angle of 323.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62290 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 144 -
CMYK 0 0.84 0.33 0.16
HSL 323.33º 0.73% 0.49% -
HSV(B) 323.33º 0.84% 0.84% -
XYZ 33.34 17.45 28 -
YUV 100.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 214 34 144 0 0.84 0.33 0.16 323.33 0.73 0.49
Hex D6 22 90 0 54 21 10 143 49 31
Octal 326 42 220 0 124 41 20 503 111 61
Binary 11010110 100010 10010000 0 1010100 100001 10000 101000011 1001001 110001

Color Harmonies of #D62290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62290

Black with #D62290

Text Example


Text Example

White with #D62290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62290; }

 p { color: rgb(214,34,144); }

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

background-color css

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

 a { background-color: rgb(214,34,144); }

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

border-color css

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

 span { border-color: rgb(214,34,144); }

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