Html Css Color HEX #D0335F Cerise

📋 copy color: '#D0335F'

red 208 ◦ green 51 ◦ blue 95

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

Shades of Cerise #D0335F

Tints of Cerise #D0335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

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

R = 58.76%
G = 14.41%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0335F (or 0xD0335F) is known color: Cerise. HEX triplet: D0, 33 and 5F. RGB value is (208,51,95). Sum of RGB (Red+Green+Blue) = 208+51+95=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0335F is #2FCCA0. Grayscale: #666666. Windows color (decimal): -3132577 or 6239184. OLE color: 6239184.

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

Color convert

RGB 208 51 95 -
CMYK 0 0.75 0.54 0.18
HSL 343.18º 0.63% 0.51% -
HSV(B) 343.18º 0.75% 0.82% -
XYZ 29.26 16.6 12.49 -
YUV 102.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 208 51 95 0 0.75 0.54 0.18 343.18 0.63 0.51
Hex D0 33 5F 0 4B 36 12 157 3F 33
Octal 320 63 137 0 113 66 22 527 77 63
Binary 11010000 110011 1011111 0 1001011 110110 10010 101010111 111111 110011

Color Harmonies of #D0335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0335F

Black with #D0335F

Text Example


Text Example

White with #D0335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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