Html Css Color HEX #D6428A Deep Cerise

📋 copy color: '#D6428A'

red 214 ◦ green 66 ◦ blue 138

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

Shades of Deep Cerise #D6428A

Tints of Deep Cerise #D6428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 51.2%
G = 15.79%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6428A (or 0xD6428A) is known color: Deep Cerise. HEX triplet: D6, 42 and 8A. RGB value is (214,66,138). Sum of RGB (Red+Green+Blue) = 214+66+138=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6428A is #29BD75. Grayscale: #767676. Windows color (decimal): -2735478 or 9061078. OLE color: 9061078.

HSL color Cylindrical-coordinate representation of color #D6428A: hue angle of 330.81º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6428A is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 138 -
CMYK 0 0.69 0.36 0.16
HSL 330.81º 0.64% 0.55% -
HSV(B) 330.81º 0.69% 0.84% -
XYZ 34.27 20.03 26.1 -
YUV 118.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 214 66 138 0 0.69 0.36 0.16 330.81 0.64 0.55
Hex D6 42 8A 0 45 24 10 14B 40 37
Octal 326 102 212 0 105 44 20 513 100 67
Binary 11010110 1000010 10001010 0 1000101 100100 10000 101001011 1000000 110111

Color Harmonies of #D6428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6428A

Black with #D6428A

Text Example


Text Example

White with #D6428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6428A; }

 p { color: rgb(214,66,138); }

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

background-color css

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

 a { background-color: rgb(214,66,138); }

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

border-color css

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

 span { border-color: rgb(214,66,138); }

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