Html Css Color HEX #D0267A Deep Cerise

📋 copy color: '#D0267A'

red 208 ◦ green 38 ◦ blue 122

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

Shades of Deep Cerise #D0267A

Tints of Deep Cerise #D0267A

RGB

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

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

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

R = 56.52%
G = 10.33%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0267A (or 0xD0267A) is known color: Deep Cerise. HEX triplet: D0, 26 and 7A. RGB value is (208,38,122). Sum of RGB (Red+Green+Blue) = 208+38+122=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0267A is #2FD985. Grayscale: #626262. Windows color (decimal): -3135878 or 8005328. OLE color: 8005328.

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

Color convert

RGB 208 38 122 -
CMYK 0 0.82 0.41 0.18
HSL 330.35º 0.69% 0.48% -
HSV(B) 330.35º 0.82% 0.82% -
XYZ 30.22 16.2 19.95 -
YUV 98.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 208 38 122 0 0.82 0.41 0.18 330.35 0.69 0.48
Hex D0 26 7A 0 52 29 12 14A 45 30
Octal 320 46 172 0 122 51 22 512 105 60
Binary 11010000 100110 1111010 0 1010010 101001 10010 101001010 1000101 110000

Color Harmonies of #D0267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0267A

Black with #D0267A

Text Example


Text Example

White with #D0267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0267A; }

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

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

background-color css

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

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

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

border-color css

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

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

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