Html Css Color HEX #D0275F Cerise

📋 copy color: '#D0275F'

red 208 ◦ green 39 ◦ blue 95

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

Shades of Cerise #D0275F

Tints of Cerise #D0275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 60.82%
G = 11.4%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0275F (or 0xD0275F) is known color: Cerise. HEX triplet: D0, 27 and 5F. RGB value is (208,39,95). Sum of RGB (Red+Green+Blue) = 208+39+95=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0275F is #2FD8A0. Grayscale: #5F5F5F. Windows color (decimal): -3135649 or 6236112. OLE color: 6236112.

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

Color convert

RGB 208 39 95 -
CMYK 0 0.81 0.54 0.18
HSL 340.12º 0.68% 0.48% -
HSV(B) 340.12º 0.81% 0.82% -
XYZ 28.8 15.69 12.34 -
YUV 95.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 208 39 95 0 0.81 0.54 0.18 340.12 0.68 0.48
Hex D0 27 5F 0 51 36 12 154 44 30
Octal 320 47 137 0 121 66 22 524 104 60
Binary 11010000 100111 1011111 0 1010001 110110 10010 101010100 1000100 110000

Color Harmonies of #D0275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0275F

Black with #D0275F

Text Example


Text Example

White with #D0275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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