Html Css Color HEX #D0268D Deep Cerise

📋 copy color: '#D0268D'

red 208 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #D0268D

Tints of Deep Cerise #D0268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 53.75%
G = 9.82%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0268D (or 0xD0268D) is known color: Deep Cerise. HEX triplet: D0, 26 and 8D. RGB value is (208,38,141). Sum of RGB (Red+Green+Blue) = 208+38+141=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0268D is #2FD972. Grayscale: #646464. Windows color (decimal): -3135859 or 9250512. OLE color: 9250512.

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

Color convert

RGB 208 38 141 -
CMYK 0 0.82 0.32 0.18
HSL 323.65º 0.69% 0.48% -
HSV(B) 323.65º 0.82% 0.82% -
XYZ 31.51 16.72 26.77 -
YUV 100.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 208 38 141 0 0.82 0.32 0.18 323.65 0.69 0.48
Hex D0 26 8D 0 52 20 12 144 45 30
Octal 320 46 215 0 122 40 22 504 105 60
Binary 11010000 100110 10001101 0 1010010 100000 10010 101000100 1000101 110000

Color Harmonies of #D0268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0268D

Black with #D0268D

Text Example


Text Example

White with #D0268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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