Html Css Color HEX #D0266B Cerise

📋 copy color: '#D0266B'

red 208 ◦ green 38 ◦ blue 107

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

Shades of Cerise #D0266B

Tints of Cerise #D0266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

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

R = 58.92%
G = 10.76%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0266B (or 0xD0266B) is known color: Cerise. HEX triplet: D0, 26 and 6B. RGB value is (208,38,107). Sum of RGB (Red+Green+Blue) = 208+38+107=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0266B is #2FD994. Grayscale: #606060. Windows color (decimal): -3135893 or 7022288. OLE color: 7022288.

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

Color convert

RGB 208 38 107 -
CMYK 0 0.82 0.49 0.18
HSL 335.65º 0.69% 0.48% -
HSV(B) 335.65º 0.82% 0.82% -
XYZ 29.36 15.86 15.42 -
YUV 96.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 208 38 107 0 0.82 0.49 0.18 335.65 0.69 0.48
Hex D0 26 6B 0 52 31 12 150 45 30
Octal 320 46 153 0 122 61 22 520 105 60
Binary 11010000 100110 1101011 0 1010010 110001 10010 101010000 1000101 110000

Color Harmonies of #D0266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0266B

Black with #D0266B

Text Example


Text Example

White with #D0266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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