Html Css Color HEX #D0277A Deep Cerise

📋 copy color: '#D0277A'

red 208 ◦ green 39 ◦ blue 122

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

Shades of Deep Cerise #D0277A

Tints of Deep Cerise #D0277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.57%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 56.37%
G = 10.57%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0277A (or 0xD0277A) is known color: Deep Cerise. HEX triplet: D0, 27 and 7A. RGB value is (208,39,122). Sum of RGB (Red+Green+Blue) = 208+39+122=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0277A is #2FD885. Grayscale: #626262. Windows color (decimal): -3135622 or 8005584. OLE color: 8005584.

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

Color convert

RGB 208 39 122 -
CMYK 0 0.81 0.41 0.18
HSL 330.53º 0.68% 0.48% -
HSV(B) 330.53º 0.81% 0.82% -
XYZ 30.25 16.27 19.96 -
YUV 98.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 208 39 122 0 0.81 0.41 0.18 330.53 0.68 0.48
Hex D0 27 7A 0 51 29 12 14B 44 30
Octal 320 47 172 0 121 51 22 513 104 60
Binary 11010000 100111 1111010 0 1010001 101001 10010 101001011 1000100 110000

Color Harmonies of #D0277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0277A

Black with #D0277A

Text Example


Text Example

White with #D0277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0277A; }

 p { color: rgb(208,39,122); }

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

background-color css

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

 a { background-color: rgb(208,39,122); }

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

border-color css

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

 span { border-color: rgb(208,39,122); }

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