Html Css Color HEX #D62A85 Deep Cerise

📋 copy color: '#D62A85'

red 214 ◦ green 42 ◦ blue 133

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

Shades of Deep Cerise #D62A85

Tints of Deep Cerise #D62A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.8%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 55.01%
G = 10.8%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D62A85 (or 0xD62A85) is known color: Deep Cerise. HEX triplet: D6, 2A and 85. RGB value is (214,42,133). Sum of RGB (Red+Green+Blue) = 214+42+133=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A85 is #29D57A. Grayscale: #676767. Windows color (decimal): -2741627 or 8727254. OLE color: 8727254.

HSL color Cylindrical-coordinate representation of color #D62A85: hue angle of 328.26º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A85 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 133 -
CMYK 0 0.80 0.38 0.16
HSL 328.26º 0.68% 0.5% -
HSV(B) 328.26º 0.8% 0.84% -
XYZ 32.79 17.65 23.87 -
YUV 103.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 214 42 133 0 0.80 0.38 0.16 328.26 0.68 0.5
Hex D6 2A 85 0 50 26 10 148 44 32
Octal 326 52 205 0 120 46 20 510 104 62
Binary 11010110 101010 10000101 0 1010000 100110 10000 101001000 1000100 110010

Color Harmonies of #D62A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A85

Black with #D62A85

Text Example


Text Example

White with #D62A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A85; }

 p { color: rgb(214,42,133); }

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

background-color css

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

 a { background-color: rgb(214,42,133); }

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

border-color css

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

 span { border-color: rgb(214,42,133); }

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