Html Css Color HEX #D2278B Deep Cerise

📋 copy color: '#D2278B'

red 210 ◦ green 39 ◦ blue 139

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

Shades of Deep Cerise #D2278B

Tints of Deep Cerise #D2278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 54.12%
G = 10.05%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2278B (or 0xD2278B) is known color: Deep Cerise. HEX triplet: D2, 27 and 8B. RGB value is (210,39,139). Sum of RGB (Red+Green+Blue) = 210+39+139=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2278B is #2DD874. Grayscale: #656565. Windows color (decimal): -3004533 or 9119698. OLE color: 9119698.

HSL color Cylindrical-coordinate representation of color #D2278B: hue angle of 324.91º 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 #D2278B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 139 -
CMYK 0 0.81 0.34 0.18
HSL 324.91º 0.69% 0.49% -
HSV(B) 324.91º 0.81% 0.82% -
XYZ 31.96 17.02 26.03 -
YUV 101.53 149.15 205.37 -
System Red Green Blue C M Y K H S L
Decimal 210 39 139 0 0.81 0.34 0.18 324.91 0.69 0.49
Hex D2 27 8B 0 51 22 12 145 45 31
Octal 322 47 213 0 121 42 22 505 105 61
Binary 11010010 100111 10001011 0 1010001 100010 10010 101000101 1000101 110001

Color Harmonies of #D2278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2278B

Black with #D2278B

Text Example


Text Example

White with #D2278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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