Html Css Color HEX #D2369A Deep Cerise

📋 copy color: '#D2369A'

red 210 ◦ green 54 ◦ blue 154

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

Shades of Deep Cerise #D2369A

Tints of Deep Cerise #D2369A

RGB

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

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

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

R = 50.24%
G = 12.92%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2369A (or 0xD2369A) is known color: Deep Cerise. HEX triplet: D2, 36 and 9A. RGB value is (210,54,154). Sum of RGB (Red+Green+Blue) = 210+54+154=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2369A is #2DC965. Grayscale: #6F6F6F. Windows color (decimal): -3000678 or 10106578. OLE color: 10106578.

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

Color convert

RGB 210 54 154 -
CMYK 0 0.74 0.27 0.18
HSL 321.54º 0.63% 0.52% -
HSV(B) 321.54º 0.74% 0.82% -
XYZ 33.73 18.67 32.4 -
YUV 112.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 210 54 154 0 0.74 0.27 0.18 321.54 0.63 0.52
Hex D2 36 9A 0 4A 1B 12 142 3F 34
Octal 322 66 232 0 112 33 22 502 77 64
Binary 11010010 110110 10011010 0 1001010 11011 10010 101000010 111111 110100

Color Harmonies of #D2369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2369A

Black with #D2369A

Text Example


Text Example

White with #D2369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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