Html Css Color HEX #D2279A Deep Cerise

📋 copy color: '#D2279A'

red 210 ◦ green 39 ◦ blue 154

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

Shades of Deep Cerise #D2279A

Tints of Deep Cerise #D2279A

RGB

 RED value IS 210 (82.42% from 255) = 52.11%

 GREEN value IS 39 (15.63% from 255) = 9.68%

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

R = 52.11%
G = 9.68%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2279A (or 0xD2279A) is known color: Deep Cerise. HEX triplet: D2, 27 and 9A. RGB value is (210,39,154). Sum of RGB (Red+Green+Blue) = 210+39+154=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2279A is #2DD865. Grayscale: #666666. Windows color (decimal): -3004518 or 10102738. OLE color: 10102738.

HSL color Cylindrical-coordinate representation of color #D2279A: hue angle of 319.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2279A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 154 -
CMYK 0 0.81 0.27 0.18
HSL 319.65º 0.69% 0.49% -
HSV(B) 319.65º 0.81% 0.82% -
XYZ 33.14 17.49 32.2 -
YUV 103.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 210 39 154 0 0.81 0.27 0.18 319.65 0.69 0.49
Hex D2 27 9A 0 51 1B 12 140 45 31
Octal 322 47 232 0 121 33 22 500 105 61
Binary 11010010 100111 10011010 0 1010001 11011 10010 101000000 1000101 110001

Color Harmonies of #D2279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2279A

Black with #D2279A

Text Example


Text Example

White with #D2279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2279A; }

 p { color: rgb(210,39,154); }

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

background-color css

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

 a { background-color: rgb(210,39,154); }

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

border-color css

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

 span { border-color: rgb(210,39,154); }

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