Html Css Color HEX #D0376A Cerise

📋 copy color: '#D0376A'

red 208 ◦ green 55 ◦ blue 106

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

Shades of Cerise #D0376A

Tints of Cerise #D0376A

RGB

 RED value IS 208 (81.64% from 255) = 56.37%

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

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

R = 56.37%
G = 14.91%
B = 28.73%

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

#D0376A (or 0xD0376A) is known color: Cerise. HEX triplet: D0, 37 and 6A. RGB value is (208,55,106). Sum of RGB (Red+Green+Blue) = 208+55+106=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0376A is #2FC895. Grayscale: #6A6A6A. Windows color (decimal): -3131542 or 6961104. OLE color: 6961104.

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

Color convert

RGB 208 55 106 -
CMYK 0 0.74 0.49 0.18
HSL 340º 0.62% 0.52% -
HSV(B) 340º 0.74% 0.82% -
XYZ 29.98 17.18 15.37 -
YUV 106.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 208 55 106 0 0.74 0.49 0.18 340 0.62 0.52
Hex D0 37 6A 0 4A 31 12 154 3E 34
Octal 320 67 152 0 112 61 22 524 76 64
Binary 11010000 110111 1101010 0 1001010 110001 10010 101010100 111110 110100

Color Harmonies of #D0376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0376A

Black with #D0376A

Text Example


Text Example

White with #D0376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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