Html Css Color HEX #D2376B Cerise

📋 copy color: '#D2376B'

red 210 ◦ green 55 ◦ blue 107

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

Shades of Cerise #D2376B

Tints of Cerise #D2376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 56.45%
G = 14.78%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2376B (or 0xD2376B) is known color: Cerise. HEX triplet: D2, 37 and 6B. RGB value is (210,55,107). Sum of RGB (Red+Green+Blue) = 210+55+107=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2376B is #2DC894. Grayscale: #6B6B6B. Windows color (decimal): -3000469 or 7026642. OLE color: 7026642.

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

Color convert

RGB 210 55 107 -
CMYK 0 0.74 0.49 0.18
HSL 339.87º 0.63% 0.52% -
HSV(B) 339.87º 0.74% 0.82% -
XYZ 30.6 17.5 15.67 -
YUV 107.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 210 55 107 0 0.74 0.49 0.18 339.87 0.63 0.52
Hex D2 37 6B 0 4A 31 12 154 3F 34
Octal 322 67 153 0 112 61 22 524 77 64
Binary 11010010 110111 1101011 0 1001010 110001 10010 101010100 111111 110100

Color Harmonies of #D2376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2376B

Black with #D2376B

Text Example


Text Example

White with #D2376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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