Html Css Color HEX #D7428C Deep Cerise

📋 copy color: '#D7428C'

red 215 ◦ green 66 ◦ blue 140

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

Shades of Deep Cerise #D7428C

Tints of Deep Cerise #D7428C

RGB

 RED value IS 215 (84.38% from 255) = 51.07%

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

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 51.07%
G = 15.68%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7428C (or 0xD7428C) is known color: Deep Cerise. HEX triplet: D7, 42 and 8C. RGB value is (215,66,140). Sum of RGB (Red+Green+Blue) = 215+66+140=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7428C is #28BD73. Grayscale: #767676. Windows color (decimal): -2669940 or 9192151. OLE color: 9192151.

HSL color Cylindrical-coordinate representation of color #D7428C: hue angle of 330.2º degrees, saturation: 0.65, 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 #D7428C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 140 -
CMYK 0 0.69 0.35 0.16
HSL 330.2º 0.65% 0.55% -
HSV(B) 330.2º 0.69% 0.84% -
XYZ 34.71 20.24 26.89 -
YUV 118.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 215 66 140 0 0.69 0.35 0.16 330.2 0.65 0.55
Hex D7 42 8C 0 45 23 10 14A 41 37
Octal 327 102 214 0 105 43 20 512 101 67
Binary 11010111 1000010 10001100 0 1000101 100011 10000 101001010 1000001 110111

Color Harmonies of #D7428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7428C

Black with #D7428C

Text Example


Text Example

White with #D7428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7428C; }

 p { color: rgb(215,66,140); }

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

background-color css

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

 a { background-color: rgb(215,66,140); }

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

border-color css

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

 span { border-color: rgb(215,66,140); }

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