Html Css Color HEX #D2387A Deep Cerise

📋 copy color: '#D2387A'

red 210 ◦ green 56 ◦ blue 122

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

Shades of Deep Cerise #D2387A

Tints of Deep Cerise #D2387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 54.12%
G = 14.43%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2387A (or 0xD2387A) is known color: Deep Cerise. HEX triplet: D2, 38 and 7A. RGB value is (210,56,122). Sum of RGB (Red+Green+Blue) = 210+56+122=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2387A is #2DC785. Grayscale: #6D6D6D. Windows color (decimal): -3000198 or 8009938. OLE color: 8009938.

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

Color convert

RGB 210 56 122 -
CMYK 0 0.73 0.42 0.18
HSL 334.29º 0.63% 0.52% -
HSV(B) 334.29º 0.73% 0.82% -
XYZ 31.51 17.94 20.21 -
YUV 109.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 210 56 122 0 0.73 0.42 0.18 334.29 0.63 0.52
Hex D2 38 7A 0 49 2A 12 14E 3F 34
Octal 322 70 172 0 111 52 22 516 77 64
Binary 11010010 111000 1111010 0 1001001 101010 10010 101001110 111111 110100

Color Harmonies of #D2387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2387A

Black with #D2387A

Text Example


Text Example

White with #D2387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2387A; }

 p { color: rgb(210,56,122); }

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

background-color css

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

 a { background-color: rgb(210,56,122); }

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

border-color css

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

 span { border-color: rgb(210,56,122); }

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