Html Css Color HEX #D2338B Deep Cerise

📋 copy color: '#D2338B'

red 210 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #D2338B

Tints of Deep Cerise #D2338B

RGB

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

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

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

R = 52.5%
G = 12.75%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2338B (or 0xD2338B) is known color: Deep Cerise. HEX triplet: D2, 33 and 8B. RGB value is (210,51,139). Sum of RGB (Red+Green+Blue) = 210+51+139=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2338B is #2DCC74. Grayscale: #6C6C6C. Windows color (decimal): -3001461 or 9122770. OLE color: 9122770.

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

Color convert

RGB 210 51 139 -
CMYK 0 0.76 0.34 0.18
HSL 326.79º 0.64% 0.51% -
HSV(B) 326.79º 0.76% 0.82% -
XYZ 32.42 17.93 26.18 -
YUV 108.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 210 51 139 0 0.76 0.34 0.18 326.79 0.64 0.51
Hex D2 33 8B 0 4C 22 12 147 40 33
Octal 322 63 213 0 114 42 22 507 100 63
Binary 11010010 110011 10001011 0 1001100 100010 10010 101000111 1000000 110011

Color Harmonies of #D2338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2338B

Black with #D2338B

Text Example


Text Example

White with #D2338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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