Html Css Color HEX #D0267B Deep Cerise

📋 copy color: '#D0267B'

red 208 ◦ green 38 ◦ blue 123

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

Shades of Deep Cerise #D0267B

Tints of Deep Cerise #D0267B

RGB

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

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

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

R = 56.37%
G = 10.3%
B = 33.33%

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

#D0267B (or 0xD0267B) is known color: Deep Cerise. HEX triplet: D0, 26 and 7B. RGB value is (208,38,123). Sum of RGB (Red+Green+Blue) = 208+38+123=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0267B is #2FD984. Grayscale: #626262. Windows color (decimal): -3135877 or 8070864. OLE color: 8070864.

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

Color convert

RGB 208 38 123 -
CMYK 0 0.82 0.41 0.18
HSL 330º 0.69% 0.48% -
HSV(B) 330º 0.82% 0.82% -
XYZ 30.28 16.23 20.27 -
YUV 98.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 208 38 123 0 0.82 0.41 0.18 330 0.69 0.48
Hex D0 26 7B 0 52 29 12 14A 45 30
Octal 320 46 173 0 122 51 22 512 105 60
Binary 11010000 100110 1111011 0 1010010 101001 10010 101001010 1000101 110000

Color Harmonies of #D0267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0267B

Black with #D0267B

Text Example


Text Example

White with #D0267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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