Html Css Color HEX #D0277B Deep Cerise

📋 copy color: '#D0277B'

red 208 ◦ green 39 ◦ blue 123

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

Shades of Deep Cerise #D0277B

Tints of Deep Cerise #D0277B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 56.22%
G = 10.54%
B = 33.24%

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

#D0277B (or 0xD0277B) is known color: Deep Cerise. HEX triplet: D0, 27 and 7B. RGB value is (208,39,123). Sum of RGB (Red+Green+Blue) = 208+39+123=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0277B is #2FD884. Grayscale: #626262. Windows color (decimal): -3135621 or 8071120. OLE color: 8071120.

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

Color convert

RGB 208 39 123 -
CMYK 0 0.81 0.41 0.18
HSL 330.18º 0.68% 0.48% -
HSV(B) 330.18º 0.81% 0.82% -
XYZ 30.31 16.29 20.29 -
YUV 99.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 208 39 123 0 0.81 0.41 0.18 330.18 0.68 0.48
Hex D0 27 7B 0 51 29 12 14A 44 30
Octal 320 47 173 0 121 51 22 512 104 60
Binary 11010000 100111 1111011 0 1010001 101001 10010 101001010 1000100 110000

Color Harmonies of #D0277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0277B

Black with #D0277B

Text Example


Text Example

White with #D0277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0277B; }

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

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

background-color css

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

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

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

border-color css

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

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

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