Html Css Color HEX #D0276A Cerise

📋 copy color: '#D0276A'

red 208 ◦ green 39 ◦ blue 106

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

Shades of Cerise #D0276A

Tints of Cerise #D0276A

RGB

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

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

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

R = 58.92%
G = 11.05%
B = 30.03%

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

#D0276A (or 0xD0276A) is known color: Cerise. HEX triplet: D0, 27 and 6A. RGB value is (208,39,106). Sum of RGB (Red+Green+Blue) = 208+39+106=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0276A is #2FD895. Grayscale: #616161. Windows color (decimal): -3135638 or 6957008. OLE color: 6957008.

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

Color convert

RGB 208 39 106 -
CMYK 0 0.81 0.49 0.18
HSL 336.21º 0.68% 0.48% -
HSV(B) 336.21º 0.81% 0.82% -
XYZ 29.34 15.9 15.16 -
YUV 97.17 132.99 207.05 -
System Red Green Blue C M Y K H S L
Decimal 208 39 106 0 0.81 0.49 0.18 336.21 0.68 0.48
Hex D0 27 6A 0 51 31 12 150 44 30
Octal 320 47 152 0 121 61 22 520 104 60
Binary 11010000 100111 1101010 0 1010001 110001 10010 101010000 1000100 110000

Color Harmonies of #D0276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0276A

Black with #D0276A

Text Example


Text Example

White with #D0276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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