Html Css Color HEX #D0276B Cerise

📋 copy color: '#D0276B'

red 208 ◦ green 39 ◦ blue 107

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

Shades of Cerise #D0276B

Tints of Cerise #D0276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

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

R = 58.76%
G = 11.02%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0276B (or 0xD0276B) is known color: Cerise. HEX triplet: D0, 27 and 6B. RGB value is (208,39,107). Sum of RGB (Red+Green+Blue) = 208+39+107=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0276B is #2FD894. Grayscale: #616161. Windows color (decimal): -3135637 or 7022544. OLE color: 7022544.

HSL color Cylindrical-coordinate representation of color #D0276B: hue angle of 335.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0276B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 107 -
CMYK 0 0.81 0.49 0.18
HSL 335.86º 0.68% 0.48% -
HSV(B) 335.86º 0.81% 0.82% -
XYZ 29.39 15.92 15.43 -
YUV 97.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 208 39 107 0 0.81 0.49 0.18 335.86 0.68 0.48
Hex D0 27 6B 0 51 31 12 150 44 30
Octal 320 47 153 0 121 61 22 520 104 60
Binary 11010000 100111 1101011 0 1010001 110001 10010 101010000 1000100 110000

Color Harmonies of #D0276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0276B

Black with #D0276B

Text Example


Text Example

White with #D0276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0276B; }

 p { color: rgb(208,39,107); }

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

background-color css

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

 a { background-color: rgb(208,39,107); }

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

border-color css

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

 span { border-color: rgb(208,39,107); }

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