Html Css Color HEX #D2339A Deep Cerise

📋 copy color: '#D2339A'

red 210 ◦ green 51 ◦ blue 154

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

Shades of Deep Cerise #D2339A

Tints of Deep Cerise #D2339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.29%

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

R = 50.6%
G = 12.29%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2339A (or 0xD2339A) is known color: Deep Cerise. HEX triplet: D2, 33 and 9A. RGB value is (210,51,154). Sum of RGB (Red+Green+Blue) = 210+51+154=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2339A is #2DCC65. Grayscale: #6E6E6E. Windows color (decimal): -3001446 or 10105810. OLE color: 10105810.

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

Color convert

RGB 210 51 154 -
CMYK 0 0.76 0.27 0.18
HSL 321.13º 0.64% 0.51% -
HSV(B) 321.13º 0.76% 0.82% -
XYZ 33.59 18.4 32.35 -
YUV 110.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 210 51 154 0 0.76 0.27 0.18 321.13 0.64 0.51
Hex D2 33 9A 0 4C 1B 12 141 40 33
Octal 322 63 232 0 114 33 22 501 100 63
Binary 11010010 110011 10011010 0 1001100 11011 10010 101000001 1000000 110011

Color Harmonies of #D2339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2339A

Black with #D2339A

Text Example


Text Example

White with #D2339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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