Html Css Color HEX #D0235F Cerise

📋 copy color: '#D0235F'

red 208 ◦ green 35 ◦ blue 95

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

Shades of Cerise #D0235F

Tints of Cerise #D0235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

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

R = 61.54%
G = 10.36%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0235F (or 0xD0235F) is known color: Cerise. HEX triplet: D0, 23 and 5F. RGB value is (208,35,95). Sum of RGB (Red+Green+Blue) = 208+35+95=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0235F is #2FDCA0. Grayscale: #5D5D5D. Windows color (decimal): -3136673 or 6235088. OLE color: 6235088.

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

Color convert

RGB 208 35 95 -
CMYK 0 0.83 0.54 0.18
HSL 339.19º 0.71% 0.48% -
HSV(B) 339.19º 0.83% 0.82% -
XYZ 28.68 15.44 12.29 -
YUV 93.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 208 35 95 0 0.83 0.54 0.18 339.19 0.71 0.48
Hex D0 23 5F 0 53 36 12 153 47 30
Octal 320 43 137 0 123 66 22 523 107 60
Binary 11010000 100011 1011111 0 1010011 110110 10010 101010011 1000111 110000

Color Harmonies of #D0235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0235F

Black with #D0235F

Text Example


Text Example

White with #D0235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0235F; }

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

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

background-color css

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

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

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

border-color css

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

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

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