Html Css Color HEX #D2368A Deep Cerise

📋 copy color: '#D2368A'

red 210 ◦ green 54 ◦ blue 138

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

Shades of Deep Cerise #D2368A

Tints of Deep Cerise #D2368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 52.24%
G = 13.43%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2368A (or 0xD2368A) is known color: Deep Cerise. HEX triplet: D2, 36 and 8A. RGB value is (210,54,138). Sum of RGB (Red+Green+Blue) = 210+54+138=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2368A is #2DC975. Grayscale: #6E6E6E. Windows color (decimal): -3000694 or 9058002. OLE color: 9058002.

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

Color convert

RGB 210 54 138 -
CMYK 0 0.74 0.34 0.18
HSL 327.69º 0.63% 0.52% -
HSV(B) 327.69º 0.74% 0.82% -
XYZ 32.48 18.17 25.84 -
YUV 110.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 210 54 138 0 0.74 0.34 0.18 327.69 0.63 0.52
Hex D2 36 8A 0 4A 22 12 148 3F 34
Octal 322 66 212 0 112 42 22 510 77 64
Binary 11010010 110110 10001010 0 1001010 100010 10010 101001000 111111 110100

Color Harmonies of #D2368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2368A

Black with #D2368A

Text Example


Text Example

White with #D2368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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