Html Css Color HEX #D2376A Cerise

📋 copy color: '#D2376A'

red 210 ◦ green 55 ◦ blue 106

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

Shades of Cerise #D2376A

Tints of Cerise #D2376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 56.6%
G = 14.82%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2376A (or 0xD2376A) is known color: Cerise. HEX triplet: D2, 37 and 6A. RGB value is (210,55,106). Sum of RGB (Red+Green+Blue) = 210+55+106=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2376A is #2DC895. Grayscale: #6B6B6B. Windows color (decimal): -3000470 or 6961106. OLE color: 6961106.

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

Color convert

RGB 210 55 106 -
CMYK 0 0.74 0.50 0.18
HSL 340.26º 0.63% 0.52% -
HSV(B) 340.26º 0.74% 0.82% -
XYZ 30.55 17.47 15.4 -
YUV 107.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 210 55 106 0 0.74 0.50 0.18 340.26 0.63 0.52
Hex D2 37 6A 0 4A 32 12 154 3F 34
Octal 322 67 152 0 112 62 22 524 77 64
Binary 11010010 110111 1101010 0 1001010 110010 10010 101010100 111111 110100

Color Harmonies of #D2376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2376A

Black with #D2376A

Text Example


Text Example

White with #D2376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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