Html Css Color HEX #D2369D Deep Cerise

📋 copy color: '#D2369D'

red 210 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #D2369D

Tints of Deep Cerise #D2369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.83%

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 49.88%
G = 12.83%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2369D (or 0xD2369D) is known color: Deep Cerise. HEX triplet: D2, 36 and 9D. RGB value is (210,54,157). Sum of RGB (Red+Green+Blue) = 210+54+157=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2369D is #2DC962. Grayscale: #707070. Windows color (decimal): -3000675 or 10303186. OLE color: 10303186.

HSL color Cylindrical-coordinate representation of color #D2369D: hue angle of 320.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2369D is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 157 -
CMYK 0 0.74 0.25 0.18
HSL 320.38º 0.63% 0.52% -
HSV(B) 320.38º 0.74% 0.82% -
XYZ 33.98 18.77 33.73 -
YUV 112.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 210 54 157 0 0.74 0.25 0.18 320.38 0.63 0.52
Hex D2 36 9D 0 4A 19 12 140 3F 34
Octal 322 66 235 0 112 31 22 500 77 64
Binary 11010010 110110 10011101 0 1001010 11001 10010 101000000 111111 110100

Color Harmonies of #D2369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2369D

Black with #D2369D

Text Example


Text Example

White with #D2369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2369D; }

 p { color: rgb(210,54,157); }

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

background-color css

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

 a { background-color: rgb(210,54,157); }

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

border-color css

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

 span { border-color: rgb(210,54,157); }

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