Html Css Color HEX #D2377A Deep Cerise

📋 copy color: '#D2377A'

red 210 ◦ green 55 ◦ blue 122

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

Shades of Deep Cerise #D2377A

Tints of Deep Cerise #D2377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.21%

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

R = 54.26%
G = 14.21%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2377A (or 0xD2377A) is known color: Deep Cerise. HEX triplet: D2, 37 and 7A. RGB value is (210,55,122). Sum of RGB (Red+Green+Blue) = 210+55+122=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2377A is #2DC885. Grayscale: #6C6C6C. Windows color (decimal): -3000454 or 8009682. OLE color: 8009682.

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

Color convert

RGB 210 55 122 -
CMYK 0 0.74 0.42 0.18
HSL 334.06º 0.63% 0.52% -
HSV(B) 334.06º 0.74% 0.82% -
XYZ 31.46 17.84 20.2 -
YUV 108.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 210 55 122 0 0.74 0.42 0.18 334.06 0.63 0.52
Hex D2 37 7A 0 4A 2A 12 14E 3F 34
Octal 322 67 172 0 112 52 22 516 77 64
Binary 11010010 110111 1111010 0 1001010 101010 10010 101001110 111111 110100

Color Harmonies of #D2377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2377A

Black with #D2377A

Text Example


Text Example

White with #D2377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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