Html Css Color HEX #D2385B Cerise

📋 copy color: '#D2385B'

red 210 ◦ green 56 ◦ blue 91

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

Shades of Cerise #D2385B

Tints of Cerise #D2385B

RGB

 RED value IS 210 (82.42% from 255) = 58.82%

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 58.82%
G = 15.69%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2385B (or 0xD2385B) is known color: Cerise. HEX triplet: D2, 38 and 5B. RGB value is (210,56,91). Sum of RGB (Red+Green+Blue) = 210+56+91=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2385B is #2DC7A4. Grayscale: #6A6A6A. Windows color (decimal): -3000229 or 5978322. OLE color: 5978322.

HSL color Cylindrical-coordinate representation of color #D2385B: hue angle of 346.36º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2385B is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 91 -
CMYK 0 0.73 0.57 0.18
HSL 346.36º 0.63% 0.52% -
HSV(B) 346.36º 0.73% 0.82% -
XYZ 29.88 17.29 11.66 -
YUV 106.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 210 56 91 0 0.73 0.57 0.18 346.36 0.63 0.52
Hex D2 38 5B 0 49 39 12 15A 3F 34
Octal 322 70 133 0 111 71 22 532 77 64
Binary 11010010 111000 1011011 0 1001001 111001 10010 101011010 111111 110100

Color Harmonies of #D2385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2385B

Black with #D2385B

Text Example


Text Example

White with #D2385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2385B; }

 p { color: rgb(210,56,91); }

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

background-color css

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

 a { background-color: rgb(210,56,91); }

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

border-color css

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

 span { border-color: rgb(210,56,91); }

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