Html Css Color HEX #D0268F Deep Cerise

📋 copy color: '#D0268F'

red 208 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #D0268F

Tints of Deep Cerise #D0268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 53.47%
G = 9.77%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0268F (or 0xD0268F) is known color: Deep Cerise. HEX triplet: D0, 26 and 8F. RGB value is (208,38,143). Sum of RGB (Red+Green+Blue) = 208+38+143=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0268F is #2FD970. Grayscale: #646464. Windows color (decimal): -3135857 or 9381584. OLE color: 9381584.

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

Color convert

RGB 208 38 143 -
CMYK 0 0.82 0.31 0.18
HSL 322.94º 0.69% 0.48% -
HSV(B) 322.94º 0.82% 0.82% -
XYZ 31.66 16.78 27.56 -
YUV 100.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 208 38 143 0 0.82 0.31 0.18 322.94 0.69 0.48
Hex D0 26 8F 0 52 1F 12 143 45 30
Octal 320 46 217 0 122 37 22 503 105 60
Binary 11010000 100110 10001111 0 1010010 11111 10010 101000011 1000101 110000

Color Harmonies of #D0268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0268F

Black with #D0268F

Text Example


Text Example

White with #D0268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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