Html Css Color HEX #D2347B Deep Cerise

📋 copy color: '#D2347B'

red 210 ◦ green 52 ◦ blue 123

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

Shades of Deep Cerise #D2347B

Tints of Deep Cerise #D2347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 54.55%
G = 13.51%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2347B (or 0xD2347B) is known color: Deep Cerise. HEX triplet: D2, 34 and 7B. RGB value is (210,52,123). Sum of RGB (Red+Green+Blue) = 210+52+123=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2347B is #2DCB84. Grayscale: #6B6B6B. Windows color (decimal): -3001221 or 8074450. OLE color: 8074450.

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

Color convert

RGB 210 52 123 -
CMYK 0 0.75 0.41 0.18
HSL 333.04º 0.64% 0.51% -
HSV(B) 333.04º 0.75% 0.82% -
XYZ 31.38 17.59 20.48 -
YUV 107.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 210 52 123 0 0.75 0.41 0.18 333.04 0.64 0.51
Hex D2 34 7B 0 4B 29 12 14D 40 33
Octal 322 64 173 0 113 51 22 515 100 63
Binary 11010010 110100 1111011 0 1001011 101001 10010 101001101 1000000 110011

Color Harmonies of #D2347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2347B

Black with #D2347B

Text Example


Text Example

White with #D2347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2347B; }

 p { color: rgb(210,52,123); }

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

background-color css

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

 a { background-color: rgb(210,52,123); }

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

border-color css

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

 span { border-color: rgb(210,52,123); }

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