Html Css Color HEX #D0266F Cerise

📋 copy color: '#D0266F'

red 208 ◦ green 38 ◦ blue 111

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

Shades of Cerise #D0266F

Tints of Cerise #D0266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 58.26%
G = 10.64%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0266F (or 0xD0266F) is known color: Cerise. HEX triplet: D0, 26 and 6F. RGB value is (208,38,111). Sum of RGB (Red+Green+Blue) = 208+38+111=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0266F is #2FD990. Grayscale: #616161. Windows color (decimal): -3135889 or 7284432. OLE color: 7284432.

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

Color convert

RGB 208 38 111 -
CMYK 0 0.82 0.47 0.18
HSL 334.24º 0.69% 0.48% -
HSV(B) 334.24º 0.82% 0.82% -
XYZ 29.57 15.94 16.56 -
YUV 97.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 208 38 111 0 0.82 0.47 0.18 334.24 0.69 0.48
Hex D0 26 6F 0 52 2F 12 14E 45 30
Octal 320 46 157 0 122 57 22 516 105 60
Binary 11010000 100110 1101111 0 1010010 101111 10010 101001110 1000101 110000

Color Harmonies of #D0266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0266F

Black with #D0266F

Text Example


Text Example

White with #D0266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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