Html Css Color HEX #D2369E Deep Cerise

📋 copy color: '#D2369E'

red 210 ◦ green 54 ◦ blue 158

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

Shades of Deep Cerise #D2369E

Tints of Deep Cerise #D2369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 49.76%
G = 12.8%
B = 37.44%

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

#D2369E (or 0xD2369E) is known color: Deep Cerise. HEX triplet: D2, 36 and 9E. RGB value is (210,54,158). Sum of RGB (Red+Green+Blue) = 210+54+158=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2369E is #2DC961. Grayscale: #707070. Windows color (decimal): -3000674 or 10368722. OLE color: 10368722.

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

Color convert

RGB 210 54 158 -
CMYK 0 0.74 0.25 0.18
HSL 320º 0.63% 0.52% -
HSV(B) 320º 0.74% 0.82% -
XYZ 34.07 18.81 34.18 -
YUV 112.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 210 54 158 0 0.74 0.25 0.18 320 0.63 0.52
Hex D2 36 9E 0 4A 19 12 140 3F 34
Octal 322 66 236 0 112 31 22 500 77 64
Binary 11010010 110110 10011110 0 1001010 11001 10010 101000000 111111 110100

Color Harmonies of #D2369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2369E

Black with #D2369E

Text Example


Text Example

White with #D2369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2369E; }

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

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

background-color css

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

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

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

border-color css

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

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

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